Week 2 - Blink Using OS
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Macros | Functions
bsp.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "inc/tm4c123gh6pm.h"
#include "driverlib/rom.h"
#include "driverlib/sysctl.h"
#include "driverlib/gpio.h"
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
#include "inc/hw_gpio.h"
Include dependency graph for bsp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CPU_50MHZ_CLOCK   (SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_SYSDIV_4)
 
#define CPU_80MHZ_CLOCK   (SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_SYSDIV_2_5)
 

Functions

void init_gpio (void)
 

Detailed Description

Board support definitions for Tiva LaunchPad and Booster Pack

Definition in file bsp.h.